.sect3 {
  position: relative;
  width: 100%;
  padding-top: 25px;
  z-index: 4;
  padding-bottom: 350px;
}
.sect3 .siren-light {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38103e;
  box-shadow: 0 0 500px 300px #38103e;
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 3;
  background: #3097D1;
  box-shadow: 0 0 500px 300px #3097D1;
}
.sect3 .pintest {
  background: #ccc;
  width: 500px;
  height: 300px;
  margin: 0 auto;
}
.sect3 #trigger1 {
  height: 1px;
  width: 100%;
  position: relative;
}
.sect3 .wave-bg {
  background: url(/storage/img/wave2.png) no-repeat 50% 0;
  height: 258px;
  width: 100%;
}
.sect3 .platform-box {
  position: relative;
}
.sect3 .platform-box .platform-title {
  display: block;
  text-transform: uppercase;
  font-family: 'PF DinDisplay Pro', Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.sect3 .platform-holder {
  position: relative;
  width: 100%;
  z-index: 4;
  height: 400px;
}
.sect3 .useless-step {
  position: absolute;
  left: 50%;
  background: url(/storage/img/bg-platform-dot1.png) no-repeat 50% 0;
  padding-top: 42px;
  text-align: center;
  width: 200px;
  top: 116px;
}
.sect3 .useless-step .step-title {
  display: block;
  font-weight: bold;
  font-size: 23px;
  color: #fff;
  padding-bottom: 15px;
  line-height: 30px;
}
.sect3 .useless-step .step-text {
  font-size: 15px;
  color: #d9edf7;
  line-height: 18px;
  display: block;
  padding-bottom: 22px;
}
.sect3 .useless-step .adv-list {
  width: 100%;
  text-align: left;
  opacity: 0.8;
}
.sect3 .useless-step .adv-list:after {
  content: "";
  display: block;
  clear: both;
}
.sect3 .useless-step .adv-list li {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 20px;
  color: #6A71A3;
  font-size: 16px;
  padding-bottom: 5px;
}
.sect3 .useless-step .adv-list li:before {
  content: "";
  display: block;
  clear: both;
  width: 8px;
  height: 1px;
  background: #3A437F;
  position: absolute;
  left: 0;
  top: 8px;
}
.sect3 .step-center {
  margin-left: -100px;
}
.sect3 .step-left {
  margin-left: -330px;
  top: 158px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect3 .step-left {
    margin-left: -290px;
    top: 155px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .step-left {
    margin-left: -290px;
    top: 155px;
  }
}
.sect3 .step-right {
  margin-left: 140px;
  top: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect3 .step-right {
    margin-left: 100px;
    top: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .step-right {
    margin-left: 100px;
    top: 66px;
  }
}
.sect3 .merchants-box,
.sect3 .affilates-box {
  top: 55px;
  left: 50%;
  margin-left: -400px;
  width: 231px;
  height: 161px;
  position: absolute;
  text-align: center;
  padding-top: 70px;
  color: #fff;
  font-size: 38px;
  padding-left: 10px;
  /*notreadyd*/
  transform: scale(0.8);
  margin-left: -600px;
  top: -40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect3 .merchants-box,
  .sect3 .affilates-box {
    margin-left: -550px;
    top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .merchants-box,
  .sect3 .affilates-box {
    margin-left: -483px;
    top: 63px;
  }
}
.sect3 .merchants-box .dot,
.sect3 .affilates-box .dot {
  position: absolute;
  background: url(/storage/img/bg-platform-dot1.png) no-repeat;
  width: 25px;
  height: 25px;
  right: 36px;
  top: 100px;
  opacity: 0;
  /*notreadyd*/
  opacity: 1;
}
.sect3 .affilates-box {
  width: 225px;
  height: 161px;
  margin-left: 175px;
  top: -8px;
  /*notreadyd*/
  top: -88px;
  margin-left: 370px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect3 .affilates-box {
    margin-left: 285px;
    top: -86px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect3 .affilates-box {
    margin-left: 230px;
    top: -17px;
  }
}
.sect3 .affilates-box .dot {
  right: auto;
  left: 38px;
  top: 70px;
}
.sect3 .platform-title-new {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  opacity: 0;
  z-index: 4;
}
.sect3 .platform-title-new .title {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'PF DinDisplay Pro', Arial, sans-serif;
  color: #fff;
  padding-bottom: 10px;
  font-weight: bold;
}
.sect3 .platform-title-new .subtitle {
  display: block;
  font-size: 20px;
  color: #f5f5f5;
  line-height: 27px;
}
.sect3 .smart-contact-box {
  position: absolute;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  top: 48px;
  text-align: center;
  opacity: 0;
}
.sect3 .smart-contact-box .smart-title {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
.sect3 .smart-contact-box .smart-round {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  position: relative;
}
.sect3 .smart-contact-box .smart-round span {
  animation: rotate 3s infinite linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.sect3 .smart-contact-box .round-desc {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #f5f5f5;
  padding-bottom: 26px;
}
.sect3 .smart-contact-box .round-desc em {
  padding-top: 10px;
  font-size: 28px;
  display: block;
  font-style: normal;
}
.sect3 .smart-contact-box .video-link {
  position: relative;
  display: inline;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  height: 78px;
  font-size: 33px;
  line-height: 78px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding-top: 0px;
  /*padding-left: 65px;*/
  width: 450px;
  white-space: nowrap;
  text-align: center;
}
.sect3 .smart-contact-box .video-link:hover:before {
  /*-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 50px 5px rgba(255, 255, 255, 0.5);*/
}
.sect3 .smart-contact-box .video-link:hover:after {
  animation: none;
}
.sect3 .smart-contact-box .video-link:before {
  content: "";
  display: block;
  clear: both;
  width: 78px;
  height: 78px;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  top: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.sect3 .smart-contact-box .video-link:after {
  content: "";
  display: block;
  clear: both;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -3px;
  position: absolute;
  left: 50%;
  top: 50%;
  /*background-color: #fff;*/
  opacity: 0.0;
  box-shadow: 0 0 110px 35px white;
  animation: opacity2 3s infinite;
  transition: all 0.3s ease;
}
.sect3 .smart-contact-box .video-link em {
  position: absolute;
  text-align: right;
  right: 50%;
  width: 50%;
  display: block;
  padding-right: 80px;
  font-style: normal;
  top: 50%;
  font-size: 19px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) translateZ(0);
  backface-visibility: hidden;
}
.sect3 .merchants-box,
.sect3 .affilates-box {
  font-size: 30px;
}
body {
  line-height: 20px;
  color: #999999;
  font-size: 300;
}
section {
  background: white;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #222222;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
}
.section-padding {
  padding: 60px 0px;
}
.section-padding__grey {
  background: #f0f0f0
}
.ser-title {
  line-height: 40px;
}
.ser-title_red {
  line-height: 40px;
  text-align: center;
	margin-bottom: 45px;
	text-transform: uppercase;
	color: #a41708;
}
h2 {
  line-height: 20px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
hr.botm-line {
  height: 3px;
  width: 60px;
  background: #ffb737;
  position: relative;
  border: 0;
  margin: 20px 0 20px 0;
}
/***************************************
banner
***************************************/
.btn-primary {
  background-color: #00b9e0;
  border-color: #01a3ff;
}
#app-navbar-collapse .btn-primary:hover {
  color: #fff;
}
.navbar {
  margin-bottom: 0px;
  border: 0px;
}
#app-navbar-collapse .reg-btn {
  margin-top: 5px;
}
.navbar {
  border-radius: 0px;
}
.navbar-default {
  background-color: #fff;
  padding: 20px 0;
  transition: all 0.3s;
}
.navbar-default {
  background-color: #3490c8e6;
  border: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav > li {
  position: relative;
  padding-top: 5px;
}
.navbar {
  border-radius: 0px;
}
.navbar-brand {
  font-family: 'Chewy', cursive;
  font-size: 32px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #EA6045;
}
@media (max-width: 768px) {
  .navbar-collapse {
    background: rgba(28, 74, 90, 0.9);
  }
}
.top-nav-collapse {
  padding: 0;
  background: rgba(28, 74, 90, 0.9);
}
.white,
.white:hover,
.white:focus {
  color: #fff;
  width: 100% !important;
}
.block {
  display: block;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  text-transform: uppercase;
  background-color: #00b6df;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  text-transform: uppercase;
  background-color: #00b6df;
}
.affix {
  background-color: #ffffff !important;
}
.affix .navbar-nav > li > a:hover,
.affix .navbar-nav > li > a:focus {
  background-color: #00b6df !important;
}
#banner {
  background-size: cover;
  min-height: 650px;
  position: relative;
}
.bg-color {
  background-color: rgba(13, 70, 83, 0.78);
  min-height: 650px;
}
.banner-info {
  padding-top: 190px;
}
.banner-logo img {
  display: inline-block;
}
.banner-text {
  color: #fff;
}
.banner-text h1 {
  font-family: 'Candal', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.btn-appoint,
.btn-appoint:hover,
.btn-appoint:focus {
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #00b6df;
  border-radius: 3px;
  color: #fff;
}
.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
  margin: 0 auto;
}
.text-primary i {
  padding-top: 8px;
  display: inline-block;
}
/***************************************
services
***************************************/
.icon i {
  color: #00b6df;
  font-size: 45px;
  margin-bottom: 25px;
}
.service-info {
  margin-bottom: 20px;
}
.icon-info h4 {
  padding-bottom: 15px;
}
.icon-info p {
  font-size: 15px !important;
}
/***************************************
cta-1
***************************************/
.schedule-tab {
  background-color: #00b6df;
  float: left;
}
.medi-info {
  border-right: 1px solid #fff;
}
.medi-info,
.time-info {
  padding: 20px;
  color: #fff;
}
.medi-info h3,
.time-info h3 {
  padding-bottom: 16px;
  color: #fff;
  font-weight: 600;
}
.medi-info-btn,
.medi-info-btn:hover,
.medi-info-btn:focus {
  margin: 15px 0px 5px;
  display: inline-block;
  border: solid white 2px;
  padding: 6px 17px;
  font-size: 17px;
  color: #fff;
  font-weight: 400 !important;
  cursor: pointer;
}
td {
  border: 0px solid #ededed;
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  padding: 6px 10px 6px 0;
}
.medi-info,
.time-info {
  font-size: 14px;
}
/***************************************
about
***************************************/
#about {
  background-color: #e8e8e8;
}
.lg-line {
  line-height: 1.4;
  font-size: 28px;
}
.more-features-box-text-icon {
  float: left;
  width: 40px;
  height: 40px;
  padding-top: 6px;
  background: #00b6df;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.more-features-box-text-description h3 {
  padding-bottom: 15px;
}
.more-features-box-text-icon i {
  font-size: 18px;
  line-height: 26px;
}
.more-features-box-text-description {
  margin-left: 80px;
  margin-bottom: 35px;
}
.sec-para {
  padding-bottom: 10px;
}
/***************************************
doctor team
***************************************/
.thumbnail {
  border-radius: 0px;
}
.caption h3 {
  padding-bottom: 5px;
}
.caption p {
  padding-bottom: 10px;
}
/***************************************
testimonial
***************************************/
#testimonial {
  background-color: #eee;
}
.testi-details {
  background: #fff;
  padding: 14px 24px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.18);
  position: relative;
}
.testi-info a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.testi-info a img {
  border-radius: 50%;
}
.testi-info h3 {
  display: inline-block;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 8px;
}
.testi-info h3 > span {
  display: block;
  line-height: 16px;
  font-weight: 400;
}
.testi-details::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-left: 0;
  bottom: -40px;
  left: 56px;
  border-top-color: #fff;
  border-width: 20px;
}
.testi-details::before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 0px;
  height: 0px;
  bottom: -30px;
  left: 45px;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  z-index: -1;
  box-shadow: 3px -13px 5px 0px rgba(0, 0, 0, 0.18);
  border-left: 0;
}
/***************************************
cta -2
***************************************/
#cta-2 {
  background-color: #29302e;
}
.white {
  color: #fff;
}
.icon-play,
.icon-play:hover,
.icon-play:focus {
  background-color: #00b6df;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  padding: 5px 17px;
  margin-top: 26px;
  display: block;
}
.text-primary {
  color: #00b6df;
}
.icon-mar {
  margin-right: 7px;
}
/***************************************
contact us
***************************************/
.space {
  margin-top: 40px;
}
.btn-form,
.btn-form:hover,
.btn-form:focus {
  background-color: #00b6df;
  color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
}
.br-radius-zero {
  border-radius: 0px;
}
.form-control {
  height: 40px;
}
.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}
/***************************************
footer
***************************************/
#footer {
  background-color: #325C6A;
}
.ftr-tle {
  height: 50px;
}
.info-sec {
  color: #fff;
}
.quick-info li i {
  font-size: 8px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: left;
}
.social-icon li {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 5px;
}
.bglight-blue {
  background-color: #3498DB;
}
.bgred {
  background-color: #E74C3C;
}
.bgdark-blue {
  background-color: #2C3E50;
}
.bglight-blue {
  background-color: #3498DB;
}
.top-footer {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-line {
  padding: 30px 0px;
  color: #fff;
}
.footer-line a {
  color: #00b6df;
}
.quick-info li a {
  color: #fff;
}
.site-link,
.site-link:hover,
.site-link:focus {
  color: #00b6df;
  text-transform: none;
}
@media (min-width: 220px) and (max-width: 551px) {
  .testi-info {
    margin-bottom: 20px;
  }
  .marb20 {
    margin-top: 30px;
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .medi-info {
    border: 0px;
    border-bottom: 1px solid #fff;
  }
  .service-info {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .caption h3 {
    font-size: 14px;
  }
  .caption p {
    font-size: 12px;
    padding-bottom: 5px;
  }
  .caption ul li a i {
    font-size: 14px;
  }
  .banner-text h1 {
    font-size: 24px;
  }
}
/*red page*/
/*
.navbar-default {
	background-color: #880909e6;
}

.sect3 {

	background-color: #650d0c;
}

#cta-1{
	background-color: #650d0c !important;
}

.schedule-tab {
  background-color: #650d0c;
}

.icon i {
  color: #c31f1d;
}

.more-features-box-text-icon {
  background: #c31f1d;
}

hr.botm-line {
    background: #d11919;
}

.section-title a,
.more-features-box-text-description a,
.text-right.text-primary i
{
	color: #d11919 !important;
}

.video-desc a{
	background-color: #c31f1d;

}

#footer {
    background-color: #942325;
}

.form-action button{
	background-color: #942325;
}

.col-md-4.col-sm-5{
color: white;
}

.sect3 .siren-light {

    background: #9e2424;
    -webkit-box-shadow: 0 0 500px 300px #3097D1;
    box-shadow: 0 0 500px 300px #a92727;
}

.btn.btn-primary.reg-btn{
	background-color: #942325;
	border-color: white;
}

#cta-2 {
    background-color: rgb(101, 13, 13);
} */
.navbar-default {
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
}
.sect3 {
  background: #fff;
}
#cta-1 {
  background-color: #cc1e13 !important;
}
.schedule-tab {
  background-color: #cc1e13;
}
.icon i {
  color: #c31f1d;
}
.more-features-box-text-icon {
  background: #c31f1d;
}
hr.botm-line {
  background: #d11919;
}
.section-title a,
.more-features-box-text-description a {
  color: #d11919 !important;
}
.text-right.text-primary i {
  color: #5f0a0a !important;
}
.video-desc a {
  background-color: #cc2012;
}
#footer {
  background-color: #cc1e13;
}
.form-action button {
  background-color: #cc1e13;
}
.col-md-4.col-sm-5 {
  color: white;
}
.sect3 .siren-light {
  background: #d2d2d2e6;
  box-shadow: 0 0 500px 300px #d2d2d2e6;
}
.btn.btn-primary.reg-btn {
  background-color: #cc1e13;
  border-color: white;
}
#cta-2 {
  background-color: #cc1e13;
}
.fa.fa-user.fa-lg.fa-2x,
.fa.fa-street-view.fa-lg.fa-2x {
  color: #cc1e13;
}
.sect3 .platform-title-new .title,
.sect3 .platform-title-new .subtitle,
.sect3 .smart-contact-box .smart-title,
.sect3 .smart-contact-box .round-desc,
.sect3 .platform-box .platform-title,
.sect3 .useless-step .step-title,
.sect3 .useless-step .step-text,
.client-title {
  color: #171616;
}
.sect3 .platform-title-new .title img,
.sect3 .platform-title-new .subtitle img,
.sect3 .smart-contact-box .smart-title img,
.sect3 .smart-contact-box .round-desc img,
.sect3 .platform-box .platform-title img,
.sect3 .useless-step .step-title img,
.sect3 .useless-step .step-text img,
.client-title img {
  margin: auto;
  margin-bottom: 27px;
}
.client-title {
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
}
#footer {
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
}
.navbar-default {
  background-color: #a7130a;
}
#cta-2 {
  background-color: #a7130a;
}
#cta-1,
.schedule-tab {
  background-color: #a7130a !important;
}
/*Перекраска*/
#cta-1,
.schedule-tab {
  background-color: #e8e8e8 !important;
}
.medi-info,
.time-info {
  padding: 20px;
  color: #000;
}
.medi-info h3,
.time-info h3 {
  color: #000;
}
.medi-info-btn {
  border: solid #a51a0b 2px;
  color: #fff;
  background-color: #b82919;
}
#about {
  background-color: #ffffff;
  padding-bottom: 0;
}
#testimonial {
  background-color: #fff;
}
.testi-info a {
  background: gray;
}
.testi-details {
  background: #eceaea;
}
.testi-details::after {
  border-top-color: #eceaea;
}
#cta-2 {
  background-color: #e8e8e8;
}
.section-title.white.lg-line {
  color: black;
}
.col-md-4.col-sm-5 {
  color: black;
}
#platformPin {
  margin-top: 100px;
}
.sect3 {
  padding-bottom: 50px;
}
.section-title a,
.more-features-box-text-description a {
  color: #b82919 !important;
}
#cta-1:hover {
  background-color: red;
}
/* Стили менее красные*/
.navbar-default {
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
  background-color: #b8c6db;
  background-image: linear-gradient(80deg, #d7d7d7 0%, #e7e7e7 74%);
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
}
.video-desc a {
  background-color: #cc2012;
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
}
.video-desc a:hover {
  background: linear-gradient(#a91506 0%, #b32719 50%, #bb2516 70%, #bf2c1c 80%, #c72c1c 90%, #c52f20 95%, #bf3628);
}
.form-action button {
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
}
.form-action button:hover {
  background: linear-gradient(#a21304 0%, #ab2518 50%, #b32516 70%, #b52718 80%, #bb2a1b 90%, #b9291b 95%, #bb3325);
}
#footer {
  background-image: linear-gradient(80deg, #d7d7d7 0%, #e7e7e7 74%);
}
.info-sec {
  color: #000;
}
.white,
.quick-info li a {
  color: #000;
}
.navbar-brand img {
  padding-top: 2px;
  height: 48px !important;
  width: auto !important;
}
.sect3 .affilates-box.hiddenn {
  opacity: 0;
}
